home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / comm / cnet / 1ooCFl11.lha / Flags.doc < prev   
Text File  |  1998-03-07  |  8KB  |  195 lines

  1.  
  2.                  _____.  __________.  __________. __ _____
  3.                 /     |_/    __    |_/    __    | \//    /
  4.                 |     ||      /    ||      /    |  /    /
  5.                 |     ||           ||           | /    /__
  6.                 |____/¯|__________/¯|__________/¯ \___/ \/
  7.                 ==========================================
  8.                 Name: C/Flags          Author: Devil/1oo%
  9.                 Type: CNet door        Release: 08-Mar-98
  10.                 Vers: 1.14
  11.  
  12.  
  13.                                                         ...introduction --.
  14. - - ----------------------------------------------------------------------'
  15. With  C/Flags  you can change the most important flags of one or more files
  16. at  your  base.   You  may  wonder  "Isn't  there a Maintenance command for
  17. that?".   Yes it is, but with C/Flags you can change those flags very quick
  18. & easy without using CNet's VDE.
  19.  
  20.  
  21.                                                         ...requirements --.
  22. - - ----------------------------------------------------------------------'
  23. C/Flags requires OS 2.1+ and at least 16kB free memory. I'm using CNet 4.42
  24. but C/Flags should run with any other CNet version, including CNet/3.
  25.  
  26.  
  27.                                                         ...installation --.
  28. - - ----------------------------------------------------------------------'
  29. First copy all files from the archive into one directory on your system.
  30. (eg. "PFiles:1oo/Flags/")
  31.  
  32. Then  load your BBSMENU(s) into a texteditor and add the following lines at
  33. the  BOTTOM  of  "The  new  Message/File Area" (CNet/4) or "UD/Base command
  34. prompt" (CNet/3), the "Browse" and "Response or Pass?" menus.
  35.  
  36.     FLAgs       `30-31   |#2PFiles:1oo/Flags/Flags}|
  37.     FREEdown    `30-31   |#2PFiles:1oo/Flags/Flags FREE}|
  38.     FAVorite    `30-31   |#2PFiles:1oo/Flags/Flags FAVORITE}|
  39.     OFFLine     `30-31   |#2PFiles:1oo/Flags/Flags OFFLINE}|
  40.     INTegrity   `30-31   |#2PFiles:1oo/Flags/Flags INTEGRITY}|
  41.     VIRus       `30-31   |#2PFiles:1oo/Flags/Flags VIRUS}|
  42.     ASCiigrab   `30-31   |#2PFiles:1oo/Flags/Flags ASCII}|
  43.     INCDL       `30-31   |#2PFiles:1oo/Flags/Flags INCDL}|
  44.     REName      `30-31   |#2PFiles:1oo/Flags/Flags RENAME}|
  45.  
  46. Note:   the entries at the "Response or Pass"?  menu must have the addition
  47. argument "RP":
  48.  
  49.     FREEdown    `30-31   |#2PFiles:1oo/Flags/Flags FREE RP}|
  50.     FAVorite    `30-31   |#2PFiles:1oo/Flags/Flags FAVORITE RP}|
  51.     [... and so on ...]
  52.  
  53. C/Flags' arguments:
  54.  
  55.  FREE      - sets/clears the "free download" flag
  56.  FAVORTIE  - sets/clears the "sysop's favorite" flag
  57.  OFFLINE   - sets/clears the "file is offliune" flag
  58.  INTEGRITY - sets the "integrity check" to "passed" or "not tested"
  59.  VIRUS     - some thing as above
  60.  ASCII     - sets/clears the "ascii grab when read" flags
  61.  INCDL     - increases the download counter
  62.  RENAME    - prompts for a new filename
  63.  --
  64.  RP        - signal C/Flags that it was launched at a response prompt.
  65.  
  66.  
  67.                                                                ...usage --.
  68. - - ----------------------------------------------------------------------'
  69. Use  C/Flags  like any other CNet command that's purpose is handling files.
  70. Like  the "browse" command you can call C/Flags with CNet style item ranges
  71. and (DOS) wildcards.  Example:
  72.  
  73.   Free 1,3,9-20,*.txt
  74.  
  75. With  this  call C/Flags would change the "free download" flag of the items
  76. 1, 3, the items 9 to 20 and also every item that ends with ".txt".
  77.  
  78. If  you  start "Flags" without any arguments (like FREE, FAVORITE etc.) you
  79. will  get  a  menu from where you can change more than one flag.  This menu
  80. should look like this:
  81.  
  82.     .-- - 1oo% C/Flags v1.1 written by Devil/1oo%
  83.     `---------------------------------------- - -
  84.     File: <filename> (<item#>)
  85.  
  86.     [01] Free Download   : No
  87.     [02] SysOp's Favorite: No
  88.     [03] Offline         : No
  89.     [04] Test Status     : Passed
  90.     [05] Viruschecked    : No
  91.     [06] Ascii grab/ read: No
  92.     [--]
  93.     [07] Rename Files(s)
  94.     [08] Increase DL Counter(s)
  95.  
  96.     Enter number(s) to change [CR=quit]: 1-3,6
  97.  
  98.     Flag: Free Download... set! (<filename>)
  99.     Flag: SysOp's Favorite... set! (<filename>)
  100.     Flag: Offline... set! (<filename>)
  101.     Flag: Ascii grab/ read... set! (<filename>)
  102.  
  103.  
  104.                                                              ...history --.
  105. - - ----------------------------------------------------------------------'
  106.       Changes/Fixes                                   Date:
  107.  
  108. v1.0  initial version                                 26-Apr-97
  109.  
  110. v1.1  the additional options of increasing the        09-Feb-98
  111.       download counter and renaming items
  112.  
  113. v1.12 rewritten function for converting CNet-style    23-Feb-98
  114.       ranges with support of wildcards. Final code
  115.       decreased by about 3kB. :)
  116.  
  117. v1.13 bugfix for the rename option when using         24-Feb-98
  118.       multiple partitions.
  119.  
  120. v1.14 fixed another bug in the rename-function        28-Feb-98
  121.  
  122.  
  123.  
  124.                               ...how the hell can I contact this Devil? --.
  125. - - ----------------------------------------------------------------------'
  126.                                   <devil@p-lost.franken.de>         (email)
  127.                                       <Devil@2:2490/1957.0           (fido)
  128.                                             @46:9491/121.0         (vervan)
  129.                                              @99:4909/30.0>      (coco-net)
  130. - - ----------------- "http://www.franken.de/users/p-lost/" (soon!) --- - -
  131.  
  132.  
  133.                                                ...get in touch with 1oo% --.
  134. - - -----------------------------------------------------------------------'
  135. If  you  like and use this program, or if you have suggestions of what could
  136. be  added  or  done better, send email, call us, just please don't keep your
  137. feedback a secret!  It motivates like nothing else to hear it from YOU!
  138.  
  139.  
  140. Area BBS                Hosted by               Number(s)       Modem       
  141. ==== ================== ======================= =============== ============
  142.  
  143. AUS: Verbal Verbatim    Veg                     +61-7-3396-4054      [v.34 ]
  144. ==== (telnet) ========= <verbal.apana.org.au:23> ============== ============
  145.  
  146. DEN: The 4th Dimension  Daze                    +45-7592-7385        [v.34+]
  147. ==== ================== ======================= =============== ============
  148.  
  149. GER: Aurora Borealis    Neurodancer             +49-8621-64260  [v.34+/x.75]
  150.      (email)            <neurodancer@timewarp.insider.org>  2 nodes ringdown
  151. ==== (freq) =========== Request "1oo" for a listing of freq'able releases ==
  152.  
  153.      Dan's House        Count Dan               +49-341-6882350      [v.34 ]
  154. ==== ================== ======================= =============== ============
  155.  
  156.      Digital Dungeons   Fate                    +49-6192-910718      [v.34+]
  157. ==== (email) ========== <fate@iname.com> ====== =============== ============
  158.  
  159.      Paradise Lost      Devil                   +49-9131-66661       [v.34+]
  160. ==== (email) ========== <devil@p-lost.franken.de> ============= ============
  161.  
  162.      The Crypt          Hellhound               +49-6102-328626      [v.34 ]
  163.                                                 +49-6102-328726      [v.34+]
  164. ==== ================== ======================= +49-6102-733403 ==== [x.75 ]
  165.  
  166. USA: Ill Communication  Adolescent              +1-310-329-2283      [v.34+]
  167. ==== (email) ========== <add@dpacbell.net> ==== +1-310-329-2591 ==== [v.34+]
  168.  
  169.  
  170. Page                            URL
  171. ------------------------------- --------------------------------------------
  172. 1oo% Homepage - files, info...  http://rummelplatz.uni-mannheim.de/~mics/1oo
  173. C/Base - everything around CNet http://cnetbbs.home.ml.org
  174. ------------------------------- --------------------------------------------
  175.  
  176. If  you want to become a distribution site of 1oo% products in your country,
  177. please  do  contact us.  We are hatching new files thru "Coconet" and can of
  178. course send files via email to you.
  179.  
  180. We  are  currently  covering  Ansi/Ascii,  CNet,  Tempest  and term/bbs/comm
  181. related  stuff.   If you think you are doing nice doors for *your* preferred
  182. BBS package and seem to have the same approach as we have, maybe you want to
  183. join us?
  184.  
  185. Do  NOT  add  our  addresses  to  any  mailing  list without express written
  186. permission.    Unsolicited   commercial  email  will  be  proofread  at  our
  187. consulting rate of $75/hour, 4 hour minimum.
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.                    «« b a r i n g · a n y · s e n s e »»
  195.